RoomListQueryResultHandler

fun interface RoomListQueryResultHandler

A class that provides the onResult() to handle information about a list of rooms or an error from Sendbird server.

Since

1.7.0

Functions

onResult
Link copied to clipboard
abstract fun onResult(rooms: List<Room>, e: SendBirdException?)

A callback function that receives information about a list of rooms or an error from Sendbird server.